Uses of Class
negotiator.Domain

Packages that use Domain
agents.anac.y2010.AgentFSEGA   
agents.anac.y2010.AgentSmith   
agents.anac.y2011.Nice_Tit_for_Tat   
agents.bayesianopponentmodel   
misc   
negotiator   
negotiator.boaframework   
negotiator.boaframework.opponentmodel.tools   
negotiator.protocol   
negotiator.protocol.alternatingoffers   
negotiator.repository   
negotiator.utility   
 

Uses of Domain in agents.anac.y2010.AgentFSEGA
 

Fields in agents.anac.y2010.AgentFSEGA declared as Domain
protected  Domain OpponentModel.dDomain
           
 

Methods in agents.anac.y2010.AgentFSEGA that return Domain
 Domain UtilitySpaceHypothesis.getDomain()
           
 Domain OpponentModel.getDomain()
           
 

Constructors in agents.anac.y2010.AgentFSEGA with parameters of type Domain
UtilitySpaceHypothesis(Domain pDomain, UtilitySpace pUS, WeightHypothesis pWeightHyp, EvaluatorHypothesis[] pEvalHyp)
           
WeightHypothesis(Domain pDomain)
           
 

Uses of Domain in agents.anac.y2010.AgentSmith
 

Methods in agents.anac.y2010.AgentSmith that return Domain
 Domain PreferenceProfileManager.getDomain()
           
 

Uses of Domain in agents.anac.y2011.Nice_Tit_for_Tat
 

Fields in agents.anac.y2011.Nice_Tit_for_Tat declared as Domain
protected  Domain BilateralAgent.domain
           
 

Uses of Domain in agents.bayesianopponentmodel
 

Fields in agents.bayesianopponentmodel declared as Domain
protected  Domain OpponentModel.fDomain
           
 

Methods in agents.bayesianopponentmodel that return Domain
 Domain UtilitySpaceHypothesis.getDomain()
           
 Domain OpponentModel.getDomain()
           
 

Constructors in agents.bayesianopponentmodel with parameters of type Domain
UtilitySpaceHypothesis(Domain pDomain, UtilitySpace pUS, WeightHypothesis pWeightHyp, EvaluatorHypothesis[] pEvalHyp)
           
WeightHypothesis(Domain pDomain)
           
WeightHypothesis2(Domain pDomain)
           
 

Uses of Domain in misc
 

Methods in misc with parameters of type Domain
static void DomainGenerator.findDomain(Domain domain, UtilitySpace spaceA, UtilitySpace spaceB, java.lang.String logToDirA, java.lang.String logToDirB, Range opp, Range dist, boolean biasForHighOpp, boolean varyBoth)
          Method which keeps generating new domains until a domain satisfying the bounds on the opposition and bid distribution is found.
 

Uses of Domain in negotiator
 

Fields in negotiator declared as Domain
protected  Domain BidIterator.fDomain
           
 

Constructors in negotiator with parameters of type Domain
Bid(Domain domainP, java.util.HashMap<java.lang.Integer,Value> bidP)
          create a new bid in a domain.
BidIterator(Domain pDomain)
          Creates an iterator for the given outcomespace (domain).
LinearBidIterator(Domain domain, UtilitySpace space, double maxUtil, double minUtil)
           
 

Uses of Domain in negotiator.boaframework
 

Fields in negotiator.boaframework declared as Domain
protected  Domain NegotiationSession.domain
          Reference to the negotiation domain.
 

Methods in negotiator.boaframework that return Domain
 Domain NegotiationSession.getDomain()
          Returns the negotiation domain.
 

Uses of Domain in negotiator.boaframework.opponentmodel.tools
 

Constructors in negotiator.boaframework.opponentmodel.tools with parameters of type Domain
UtilitySpaceAdapter(OpponentModel opponentModel, Domain domain)
           
 

Uses of Domain in negotiator.protocol
 

Fields in negotiator.protocol declared as Domain
protected  Domain Protocol.domain
          --
 

Methods in negotiator.protocol that return Domain
 Domain Protocol.getDomain()
           
 

Uses of Domain in negotiator.protocol.alternatingoffers
 

Methods in negotiator.protocol.alternatingoffers that return Domain
 Domain AlternatingOffersProtocol.getDomain()
           
 

Uses of Domain in negotiator.repository
 

Methods in negotiator.repository that return Domain
 Domain Repository.getDomain(DomainRepItem domainRepItem)
           
 Domain Repository.getDomain(java.lang.String file)
           
 

Methods in negotiator.repository with parameters of type Domain
 boolean Repository.existUtilitySpace(Domain domain, ProfileRepItem profile)
           
 UtilitySpace Repository.getUtilitySpace(Domain domain, ProfileRepItem profile)
           
 UtilitySpace Repository.getUtilitySpace(Domain domain, java.lang.String file)
           
 

Uses of Domain in negotiator.utility
 

Fields in negotiator.utility declared as Domain
protected  Domain UtilitySpace.domain
           
 

Methods in negotiator.utility that return Domain
 Domain UtilitySpace.getDomain()
           
 

Methods in negotiator.utility with parameters of type Domain
 void UtilitySpace.checkReadyForNegotiation(Domain dom)
          check if this utility space is ready for negotiation.
 

Constructors in negotiator.utility with parameters of type Domain
UtilitySpace(Domain domain)
          Creates a new utilityspace of the given domain.
UtilitySpace(Domain domain, java.util.Map<Objective,Evaluator> fEvaluators)
           
UtilitySpace(Domain domain, java.lang.String fileName)
          Create new default util space for a given domain.